func reflect.haveIdenticalUnderlyingType
11 uses
reflect (current package)
type.go#L1533: return haveIdenticalUnderlyingType(T, V, true)
type.go#L1545: return haveIdenticalUnderlyingType(T, V, false)
type.go#L1548: func haveIdenticalUnderlyingType(T, V *abi.Type, cmpTags bool) bool {
type.go#L1892: if haveIdenticalUnderlyingType(&ft.Type, t, true) {
type.go#L1903: if haveIdenticalUnderlyingType(&ft.Type, t, true) {
type.go#L1921: if haveIdenticalUnderlyingType(&ft.Type, tt, true) {
type.go#L2430: if haveIdenticalUnderlyingType(&typ.Type, t, true) {
type.go#L2442: if haveIdenticalUnderlyingType(&typ.Type, t, true) {
type.go#L2459: if haveIdenticalUnderlyingType(&typ.Type, t, true) {
value.go#L3301: if haveIdenticalUnderlyingType(dst, src, false) {
value.go#L3308: haveIdenticalUnderlyingType(elem(dst), elem(src), false) {